home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / spazio / mi113.dir / 00079_Script_79 < prev    next >
Text File  |  1983-02-01  |  524b  |  23 lines

  1. on enterFrame
  2.   global pallina,dove,audio
  3.   spegni_canali
  4.   sound close 1
  5.   set audio to 212
  6.   set the castnum of sprite 41 to 212
  7.   set dove to 0
  8.   set pallina to 214
  9.   global scrolla, a_blocca,rsc
  10.   set a_blocca to false
  11.   set scrolla = true
  12.   set rsc=1
  13.   set the visible of sprite 20 to false
  14.   set the visible of sprite 21 to false
  15.   set the visible of sprite 22 to false
  16.   set the visible of sprite 23 to false
  17.   set the visible of sprite 2 to true
  18.   curap  5
  19.   curap  6
  20.   curap  7
  21.   curap  8
  22. end
  23.